Home
last modified time | relevance | path

Searched refs:ConstantFoldInsertElementInstruction (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.h38 Constant *ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt,
DConstants.cpp1699 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement()
DConstantFold.cpp777 Constant *llvm::ConstantFoldInsertElementInstruction(Constant *Val, in ConstantFoldInsertElementInstruction() function in llvm
/external/llvm/lib/IR/
DConstantFold.h37 Constant *ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt,
DConstantFold.cpp799 Constant *llvm::ConstantFoldInsertElementInstruction(Constant *Val, in ConstantFoldInsertElementInstruction() function in llvm
DConstants.cpp2028 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement()