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

  /external/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 81 return ConstantExpr::getZExt(C, Int32Ty);
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 638 Res = ConstantExpr::getZExt(Res, CI.getType());
    [all...]
InstCombinePHI.cpp 443 if (ConstantExpr::getZExt(Trunc, C->getType()) != C)
    [all...]
InstCombineShifts.cpp 380 Constant *ShAmt = ConstantExpr::getZExt(COp1, TrOp->getType());
    [all...]
InstCombineSelect.cpp 461 Constant *zextRHS = ConstantExpr::getZExt(AdjustedRHS, SelectTy);
    [all...]
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 239 CHECK(ConstantExpr::getZExt(P0, Int64Ty), "zext i32 " P0STR " to i64");
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp 183 Src = ConstantExpr::getZExt(Src, Elt->getType());
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 894 milliseconds