reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/SelectionDAGNodes.h
 2003   bool isConstant() const;

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 7299     if (N1CV && N1CV->isConstant()) {
 7305         if (N01CV && N01CV->isConstant() && N00.getOpcode() == ISD::SETCC &&
10968       cast<BuildVectorSDNode>(N0)->isConstant())
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 4422     if (BV->isConstant()) {
 4909            (BV && BV->isConstant());
lib/Target/AArch64/AArch64ISelLowering.cpp
 7553     if (BVN->isConstant())
 9501     if (!BV->isConstant())
lib/Target/PowerPC/PPCISelLowering.cpp
 8203   if (V->isConstant())
lib/Target/SystemZ/SystemZISelLowering.cpp
  767   assert(BVN->isConstant() && "Expected a constant BUILD_VECTOR");
 4728   if (BVN->isConstant()) {
lib/Target/X86/X86ISelLowering.cpp
40105     if (!BV || !BV->isConstant())
42978       if (BV->isConstant() && IndexWidth > 32 &&
43126     if (!BV->isConstant())