/external/llvm/include/llvm/Support/ |
ConstantFolder.h | 211 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const {
|
NoFolder.h | 271 Instruction *CreateExtractElement(Constant *Vec, Constant *Idx) const {
|
TargetFolder.h | 235 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const {
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineVectorOps.cpp | 236 Builder->CreateExtractElement(BO->getOperand(0), EI.getOperand(1), 239 Builder->CreateExtractElement(BO->getOperand(1), EI.getOperand(1), 280 Value *EE = Builder->CreateExtractElement(CI->getOperand(0), [all...] |
InstCombineCalls.cpp | 617 Builder->CreateExtractElement(Idx < 16 ? Op0 : Op1, [all...] |
InstCombineCasts.cpp | [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXGenericToNVVM.cpp | 321 return Builder.CreateExtractElement(NewOperands[0], NewOperands[1]);
|
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | [all...] |
LoopVectorize.cpp | [all...] |
/external/llvm/include/llvm/IR/ |
IRBuilder.h | [all...] |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | [all...] |
CGExprScalar.cpp | [all...] |
CGExpr.cpp | [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
MemorySanitizer.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
ScalarReplAggregates.cpp | 796 Value *V = Builder.CreateExtractElement(FromVal, Idx); [all...] |
SROA.cpp | [all...] |
/external/llvm/lib/IR/ |
Core.cpp | [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | [all...] |