|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/MemorySSA.h 155 unsigned ID = V->getValueID();
260 return MA->getValueID() == MemoryUseVal || MA->getValueID() == MemoryDefVal;
260 return MA->getValueID() == MemoryUseVal || MA->getValueID() == MemoryDefVal;
331 return MA->getValueID() == MemoryUseVal;
391 return MA->getValueID() == MemoryDefVal;
630 return V->getValueID() == MemoryPhiVal;
include/llvm/IR/Argument.h 131 return V->getValueID() == ArgumentVal;
include/llvm/IR/BasicBlock.h 351 return V->getValueID() == Value::BasicBlockVal;
include/llvm/IR/Constant.h 151 return V->getValueID() <= ConstantLastVal;
include/llvm/IR/Constants.h 74 return V->getValueID() >= ConstantDataFirstVal &&
75 V->getValueID() <= ConstantDataLastVal;
256 return V->getValueID() == ConstantIntVal;
333 return V->getValueID() == ConstantFPVal;
374 return V->getValueID() == ConstantAggregateZeroVal;
399 return V->getValueID() >= ConstantAggregateFirstVal &&
400 V->getValueID() <= ConstantAggregateLastVal;
438 return V->getValueID() == ConstantArrayVal;
492 return V->getValueID() == ConstantStructVal;
531 return V->getValueID() == ConstantVectorVal;
560 return V->getValueID() == ConstantPointerNullVal;
675 return V->getValueID() == ConstantDataArrayVal ||
676 V->getValueID() == ConstantDataVectorVal;
751 return V->getValueID() == ConstantDataArrayVal;
810 return V->getValueID() == ConstantDataVectorVal;
833 return V->getValueID() == ConstantTokenNoneVal;
870 return V->getValueID() == BlockAddressVal;
1257 return V->getValueID() == ConstantExprVal;
1318 return V->getValueID() == UndefValueVal;
include/llvm/IR/Function.h 786 return V->getValueID() == Value::FunctionVal;
include/llvm/IR/GlobalAlias.h 87 return V->getValueID() == Value::GlobalAliasVal;
include/llvm/IR/GlobalIFunc.h 69 return V->getValueID() == Value::GlobalIFuncVal;
include/llvm/IR/GlobalIndirectSymbol.h 80 return V->getValueID() == Value::GlobalAliasVal ||
81 V->getValueID() == Value::GlobalIFuncVal;
include/llvm/IR/GlobalObject.h 190 return V->getValueID() == Value::FunctionVal ||
191 V->getValueID() == Value::GlobalVariableVal;
include/llvm/IR/GlobalValue.h 255 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal);
580 return V->getValueID() == Value::FunctionVal ||
581 V->getValueID() == Value::GlobalVariableVal ||
582 V->getValueID() == Value::GlobalAliasVal ||
583 V->getValueID() == Value::GlobalIFuncVal;
include/llvm/IR/GlobalVariable.h 252 return V->getValueID() == Value::GlobalVariableVal;
include/llvm/IR/InlineAsm.h 186 return V->getValueID() == Value::InlineAsmVal;
include/llvm/IR/Instruction.h 125 unsigned getOpcode() const { return getValueID() - InstructionVal; }
684 return V->getValueID() >= Value::InstructionVal;
include/llvm/IR/Metadata.h 193 return V->getValueID() == MetadataAsValueVal;
include/llvm/IR/PatternMatch.h 743 if (V->getValueID() == Value::InstructionVal + Opcode) {
1173 if (V->getValueID() == Value::InstructionVal + Opcode) {
1189 if (V->getValueID() == Value::InstructionVal + Opcode) {
1208 if (V->getValueID() == Value::InstructionVal + Opcode) {
include/llvm/IR/Value.h 819 return Val.getValueID() <= Value::ConstantLastVal;
825 return Val.getValueID() >= Value::ConstantDataFirstVal &&
826 Val.getValueID() <= Value::ConstantDataLastVal;
832 return Val.getValueID() >= Value::ConstantAggregateFirstVal &&
833 Val.getValueID() <= Value::ConstantAggregateLastVal;
839 return Val.getValueID() == Value::ArgumentVal;
845 return Val.getValueID() == Value::InlineAsmVal;
851 return Val.getValueID() >= Value::InstructionVal;
857 return Val.getValueID() == Value::BasicBlockVal;
863 return Val.getValueID() == Value::FunctionVal;
869 return Val.getValueID() == Value::GlobalVariableVal;
875 return Val.getValueID() == Value::GlobalAliasVal;
881 return Val.getValueID() == Value::GlobalIFuncVal;
lib/Analysis/MemorySSA.cpp 2169 switch (getValueID()) {
lib/Analysis/ScalarEvolution.cpp 588 unsigned LID = LV->getValueID(), RID = RV->getValueID();
588 unsigned LID = LV->getValueID(), RID = RV->getValueID();
lib/IR/Constants.cpp 389 switch (getValueID()) {
2831 switch (getValueID()) {
lib/IR/Core.cpp 809 switch(unwrap(Val)->getValueID()) {
lib/IR/Globals.cpp 74 switch (getValueID()) {
86 switch (getValueID()) {
lib/IR/Value.cpp 99 switch (getValueID()) {
lib/Transforms/Scalar/NewGVN.cpp 1228 E->setOpcode(V->getValueID());
1240 E->setOpcode(C->getValueID());
lib/Transforms/Utils/FunctionComparator.cpp 273 if (int Res = cmpNumbers(L->getValueID(), R->getValueID()))
273 if (int Res = cmpNumbers(L->getValueID(), R->getValueID()))
286 switch (L->getValueID()) {
391 LLVM_DEBUG(dbgs() << "Looking at valueID " << L->getValueID() << "\n");
tools/lldb/source/Expression/IRInterpreter.cpp 230 switch (constant->getValueID()) {
453 switch (constant->getValueID()) {
tools/llvm-diff/DifferenceEngine.cpp 386 if (L->getValueID() != R->getValueID())
386 if (L->getValueID() != R->getValueID())
460 if (L->getValueID() != R->getValueID())
460 if (L->getValueID() != R->getValueID())