Home
last modified time | relevance | path

Searched refs:ConstantFoldInsertValueInstruction (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DConstantFolding.h67 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.h44 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
DConstantFold.cpp913 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction() function in llvm
940 ConstantFoldInsertValueInstruction(UndefValue::get(MemberTy), in ConstantFoldInsertValueInstruction()
971 ConstantFoldInsertValueInstruction(Constant::getNullValue(MemberTy), in ConstantFoldInsertValueInstruction()
988 Op = ConstantFoldInsertValueInstruction(Op, Val, Idxs.slice(1)); in ConstantFoldInsertValueInstruction()
DConstants.cpp1740 Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs); in getInsertValue()
/external/llvm/lib/IR/
DConstantFold.h43 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
DConstantFold.cpp882 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction() function in llvm
903 C = ConstantFoldInsertValueInstruction(C, Val, Idxs.slice(1)); in ConstantFoldInsertValueInstruction()
DConstants.cpp2076 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue()
/external/llvm/include/llvm/Analysis/
DConstantFolding.h101 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp2281 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in SimplifyInsertValueInst()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3612 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in SimplifyInsertValueInst()