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

  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 474 NewV = IRB.CreateZExtOrTrunc(NewOperands[0], I->getType());
489 NewV = IRB.CreateZExtOrTrunc(NewOperands[0], ToTy);
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 331 V = Builder->CreateZExtOrTrunc(V, Y->getType());
335 V = Builder->CreateZExtOrTrunc(V, Y->getType());
337 V = Builder->CreateZExtOrTrunc(V, Y->getType());
397 return Builder.CreateZExtOrTrunc(NewI, ValueOnZero->getType());
807 Value *V = Builder->CreateZExtOrTrunc(LHS, SI.getType());
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 336 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
SimplifyLibCalls.cpp 810 Value *C = B.CreateZExtOrTrunc(CI->getArgOperand(1), BitfieldC->getType());
    [all...]

Completed in 241 milliseconds