Searched refs:getInsertElement (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 256 return ConstantExpr::getInsertElement(Vec, NewElt, Idx); in CreateInsertElement()
|
| H A D | Constants.h | 1199 static Constant *getInsertElement(Constant *Vec, Constant *Elt, Constant *Idx,
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 248 return Fold(ConstantExpr::getInsertElement(Vec, NewElt, Idx)); in CreateInsertElement()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Constants.cpp | 1233 return ConstantExpr::getInsertElement(Ops[0], Ops[1], Ops[2], in getWithOperands() 2125 Constant *ConstantExpr::getInsertElement(Constant *Val, Constant *Elt, in getInsertElement() function in ConstantExpr
|
| H A D | Core.cpp | 1755 return wrap(ConstantExpr::getInsertElement(unwrap<Constant>(VectorConstant), in LLVMConstInsertElement()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1038 return ConstantExpr::getInsertElement(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2500 V = ConstantExpr::getInsertElement(Op0, Op1, Op2); in parseConstants()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3537 ConstantExpr::getInsertElement(Elts[0], Elts[1],Elts[2]); in ParseValID()
|