Searched refs:ConstantFoldInsertValueInstruction (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ConstantFolding.h | 67 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.h | 44 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
|
D | ConstantFold.cpp | 913 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()
|
D | Constants.cpp | 1740 Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs); in getInsertValue()
|
/external/llvm/lib/IR/ |
D | ConstantFold.h | 43 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
|
D | ConstantFold.cpp | 882 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction() function in llvm 903 C = ConstantFoldInsertValueInstruction(C, Val, Idxs.slice(1)); in ConstantFoldInsertValueInstruction()
|
D | Constants.cpp | 2076 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue()
|
/external/llvm/include/llvm/Analysis/ |
D | ConstantFolding.h | 101 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 2281 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in SimplifyInsertValueInst()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3612 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in SimplifyInsertValueInst()
|