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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 399 V = Builder->CreateZExtOrTrunc(V, Y->getType());
403 V = Builder->CreateZExtOrTrunc(V, Y->getType());
405 V = Builder->CreateZExtOrTrunc(V, Y->getType());
713 Value *V = Builder->CreateZExtOrTrunc(LHS, SI.getType());
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 514 Builder.CreateZExtOrTrunc(PopCnt, cast<IntegerType>(CntPhi->getType()));
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 102 milliseconds