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

  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 462 NewV = IRB.CreateZExtOrTrunc(NewOperands[0], I->getType());
477 NewV = IRB.CreateZExtOrTrunc(NewOperands[0], ToTy);
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 342 V = Builder->CreateZExtOrTrunc(V, Y->getType());
346 V = Builder->CreateZExtOrTrunc(V, Y->getType());
348 V = Builder->CreateZExtOrTrunc(V, Y->getType());
408 return Builder.CreateZExtOrTrunc(NewI, ValueOnZero->getType());
821 Value *V = Builder->CreateZExtOrTrunc(LHS, SI.getType());
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 300 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 670 Value *C = B.CreateZExtOrTrunc(CI->getArgOperand(1), BitfieldC->getType());
    [all...]
SimplifyCFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 873 milliseconds