Searched refs:getExtractElement (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 71 ConstantExpr::getExtractElement(CV, ConstantInt::get(Ty, i)); in BitCastConstantVector() 422 ConstantExpr::getExtractElement(V, ConstantInt::get(Ty, i)); in ConstantFoldCastInstruction() 534 Constant *V1Element = ConstantExpr::getExtractElement(V1, in ConstantFoldSelectInstruction() 536 Constant *V2Element = ConstantExpr::getExtractElement(V2, in ConstantFoldSelectInstruction() 641 Constant *ScalarOp = ConstantExpr::getExtractElement(Op, Idx); in ConstantFoldExtractElementInstruction() 656 return ConstantExpr::getExtractElement(CE->getOperand(0), CIdx); in ConstantFoldExtractElementInstruction() 709 Constant *C = ConstantExpr::getExtractElement(Val, ConstantInt::get(Ty, i)); in ConstantFoldInsertElementInstruction() 734 ConstantExpr::getExtractElement(V1, ConstantInt::get(Ty, 0)); in ConstantFoldShuffleVectorInstruction() 763 ConstantExpr::getExtractElement(V2, in ConstantFoldShuffleVectorInstruction() 767 InElt = ConstantExpr::getExtractElement(V1, ConstantInt::get(Ty, Elt)); in ConstantFoldShuffleVectorInstruction() [all …]
|
| H A D | Constants.cpp | 1494 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands() 2573 Constant *ConstantExpr::getExtractElement(Constant *Val, Constant *Idx, in getExtractElement() function in ConstantExpr
|
| H A D | Core.cpp | 1790 return wrap(ConstantExpr::getExtractElement(unwrap<Constant>(VectorConstant), in LLVMConstExtractElement()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 150 return ConstantExpr::getExtractElement(CVec, CIdx); in FoldExtractElement()
|
| H A D | Constants.h | 1287 static Constant *getExtractElement(Constant *Vec, Constant *Idx,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 161 return Fold(ConstantExpr::getExtractElement(CVec, CIdx)); in FoldExtractElement()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 833 V0 = ConstantExpr::getExtractElement(VecC0, Builder.getInt64(Index)); in scalarizeBinopOrCmp() 835 V1 = ConstantExpr::getExtractElement(VecC1, Builder.getInt64(Index)); in scalarizeBinopOrCmp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1091 return ConstantExpr::getExtractElement(Ops[0], Ops[1]); in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 4975 return ConstantExpr::getExtractElement(CVec, CIdx); in simplifyExtractElementInst()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1279 See the method [llvm::ConstantExpr::getExtractElement]. *)
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1551 C = ConstantExpr::getExtractElement(ConstOps[0], ConstOps[1]); in materializeValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 4014 ID.ConstantVal = ConstantExpr::getExtractElement(Elts[0], Elts[1]); in parseValID()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1404 Value *ElementContent = ConstantExpr::getExtractElement( in handleAccess()
|