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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 450 V = Builder->CreateZExtOrTrunc(V, Y->getType());
454 V = Builder->CreateZExtOrTrunc(V, Y->getType());
456 V = Builder->CreateZExtOrTrunc(V, Y->getType());
804 Value *V = Builder->CreateZExtOrTrunc(LHS, SI.getType());
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 512 Builder.CreateZExtOrTrunc(PopCnt, cast<IntegerType>(CntPhi->getType()));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 251 milliseconds