HomeSort by relevance Sort by last modified time
    Searched refs:CreateExtractElement (Results 1 - 22 of 22) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 240 Builder->CreateExtractElement(BO->getOperand(0), EI.getOperand(1),
243 Builder->CreateExtractElement(BO->getOperand(1), EI.getOperand(1),
284 Value *EE = Builder->CreateExtractElement(CI->getOperand(0),
302 Cond = Builder->CreateExtractElement(Cond,
308 = Builder->CreateExtractElement(TrueVal,
313 = Builder->CreateExtractElement(FalseVal,
    [all...]
InstCombineCalls.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 235 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 211 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const {
NoFolder.h 271 Instruction *CreateExtractElement(Constant *Vec, Constant *Idx) const {
IRBuilder.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 318 return Builder.CreateExtractElement(NewOperands[0], NewOperands[1]);
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 208 Value *ExtractElement = Builder.CreateExtractElement(VecValue, Index);
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 398 StoredValue = IRB.CreateExtractElement(
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 231 CV[I] = Builder.CreateExtractElement(V, Builder.getInt32(I),
ScalarReplAggregates.cpp 798 Value *V = Builder.CreateExtractElement(FromVal, Idx);
    [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 702 milliseconds