Home
last modified time | relevance | path

Searched refs:InstOrCE (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp993 Constant *ConstantFoldInstOperandsImpl(const Value *InstOrCE, unsigned Opcode, in ConstantFoldInstOperandsImpl() argument
997 Type *DestTy = InstOrCE->getType(); in ConstantFoldInstOperandsImpl()
1006 if (auto *GEP = dyn_cast<GEPOperator>(InstOrCE)) { in ConstantFoldInstOperandsImpl()
1015 if (auto *CE = dyn_cast<ConstantExpr>(InstOrCE)) in ConstantFoldInstOperandsImpl()
1024 ImmutableCallSite CS(cast<CallInst>(InstOrCE)); in ConstantFoldInstOperandsImpl()
/external/llvm/lib/Analysis/
DConstantFolding.cpp923 Constant *ConstantFoldInstOperandsImpl(const Value *InstOrCE, Type *DestTy, in ConstantFoldInstOperandsImpl() argument
935 if (auto *GEP = dyn_cast<GEPOperator>(InstOrCE)) { in ConstantFoldInstOperandsImpl()