Home
last modified time | relevance | path

Searched refs:getExtractElement (Results 1 – 23 of 23) sorted by relevance

/external/llvm/unittests/IR/
DConstantsTest.cpp288 CHECK(ConstantExpr::getExtractElement(P6, One), "extractelement <2 x i16> " in TEST()
291 EXPECT_EQ(Undef16, ConstantExpr::getExtractElement(P6, Two)); in TEST()
292 EXPECT_EQ(Undef16, ConstantExpr::getExtractElement(P6, Big)); in TEST()
293 EXPECT_EQ(Undef16, ConstantExpr::getExtractElement(P6, Undef64)); in TEST()
295 EXPECT_EQ(Elt, ConstantExpr::getExtractElement( in TEST()
/external/llvm/lib/IR/
DConstantFold.cpp62 ConstantExpr::getExtractElement(CV, ConstantInt::get(Ty, i)); in BitCastConstantVector()
575 ConstantExpr::getExtractElement(V, ConstantInt::get(Ty, i)); in ConstantFoldCastInstruction()
737 Constant *V1Element = ConstantExpr::getExtractElement(V1, in ConstantFoldSelectInstruction()
739 Constant *V2Element = ConstantExpr::getExtractElement(V2, in ConstantFoldSelectInstruction()
822 Constant *C = ConstantExpr::getExtractElement(Val, ConstantInt::get(Ty, i)); in ConstantFoldInsertElementInstruction()
858 ConstantExpr::getExtractElement(V2, in ConstantFoldShuffleVectorInstruction()
862 InElt = ConstantExpr::getExtractElement(V1, ConstantInt::get(Ty, Elt)); in ConstantFoldShuffleVectorInstruction()
1213 ConstantExpr::getExtractElement(C1, ConstantInt::get(Ty, i)); in ConstantFoldBinaryInstruction()
1215 ConstantExpr::getExtractElement(C2, ConstantInt::get(Ty, i)); in ConstantFoldBinaryInstruction()
1815 ConstantExpr::getExtractElement(C1, ConstantInt::get(Ty, i)); in ConstantFoldCompareInstruction()
[all …]
DConstants.cpp1158 return ConstantExpr::getExtractElement(Ops[0], Ops[1], OnlyIfReducedTy); in getWithOperands()
1997 Constant *ConstantExpr::getExtractElement(Constant *Val, Constant *Idx, in getExtractElement() function in ConstantExpr
DCore.cpp1383 return wrap(ConstantExpr::getExtractElement(unwrap<Constant>(VectorConstant), in LLVMConstExtractElement()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h212 return ConstantExpr::getExtractElement(Vec, Idx); in CreateExtractElement()
DTargetFolder.h229 return Fold(ConstantExpr::getExtractElement(Vec, Idx)); in CreateExtractElement()
/external/llvm/include/llvm/IR/
DConstantFolder.h219 return ConstantExpr::getExtractElement(Vec, Idx); in CreateExtractElement()
DConstants.h1114 static Constant *getExtractElement(Constant *Vec, Constant *Idx,
/external/llvm/include/llvm/Analysis/
DTargetFolder.h244 return Fold(ConstantExpr::getExtractElement(Vec, Idx)); in CreateExtractElement()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp830 return ConstantExpr::getExtractElement(Op0, Op1); in getWithOperandReplaced()
890 return ConstantExpr::getExtractElement(Ops[0], Ops[1]); in getWithOperands()
1671 Constant *ConstantExpr::getExtractElement(Constant *Val, Constant *Idx) { in getExtractElement() function in ConstantExpr
2128 Replacement = ConstantExpr::getExtractElement(C1, C2); in replaceUsesOfWithOnConstant()
DCore.cpp985 return wrap(ConstantExpr::getExtractElement(unwrap<Constant>(VectorConstant), in LLVMConstExtractElement()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h827 static Constant *getExtractElement(Constant *Vec, Constant *Idx);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp885 return ConstantExpr::getExtractElement(Ops[0], Ops[1]); in ConstantFoldInstOperands()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp1116 markConstant(&I, ConstantExpr::getExtractElement(ValState.getConstant(), in visitExtractElementInst()
/external/llvm/lib/Analysis/
DConstantFolding.cpp955 return ConstantExpr::getExtractElement(Ops[0], Ops[1]); in ConstantFoldInstOperandsImpl()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1412 V = ConstantExpr::getExtractElement(Op0, Op1); in ParseConstants()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp40 return cast<ConstantInt>(ConstantExpr::getExtractElement(V, Idx)); in ExtractElement()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2329 ID.ConstantVal = ConstantExpr::getExtractElement(Elts[0], Elts[1]); in ParseValID()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp45 return cast<ConstantInt>(ConstantExpr::getExtractElement(V, Idx)); in ExtractElement()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1069 See the method [llvm::ConstantExpr::getExtractElement]. *)
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3166 V = ConstantExpr::getExtractElement(Op0, Op1); in parseConstants()
/external/llvm/lib/AsmParser/
DLLParser.cpp3220 ID.ConstantVal = ConstantExpr::getExtractElement(Elts[0], Elts[1]); in ParseValID()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1233 See the method [llvm::ConstantExpr::getExtractElement]. *)