Searched refs:ConstantFoldInsertElementInstruction (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.h | 38 Constant *ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt,
|
D | Constants.cpp | 1699 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement()
|
D | ConstantFold.cpp | 777 Constant *llvm::ConstantFoldInsertElementInstruction(Constant *Val, in ConstantFoldInsertElementInstruction() function in llvm
|
/external/llvm/lib/IR/ |
D | ConstantFold.h | 37 Constant *ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt,
|
D | ConstantFold.cpp | 799 Constant *llvm::ConstantFoldInsertElementInstruction(Constant *Val, in ConstantFoldInsertElementInstruction() function in llvm
|
D | Constants.cpp | 2028 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement()
|