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

  /external/llvm/unittests/IR/
ConstantsTest.cpp 229 CHECK(ConstantExpr::getZExt(P0, Int64Ty), "zext i32 " P0STR " to i64");
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 565 Res = ConstantExpr::getZExt(Res, CI.getType());
    [all...]
InstCombineSelect.cpp 420 Constant *zextRHS = ConstantExpr::getZExt(AdjustedRHS, SelectTy);
    [all...]
InstCombineShifts.cpp 370 Constant *ShAmt = ConstantExpr::getZExt(Op1, TrOp->getType());
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp 177 Src = ConstantExpr::getZExt(Src, Elt->getType());
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
ConstantFold.cpp     [all...]
Core.cpp 947 return wrap(ConstantExpr::getZExt(unwrap<Constant>(ConstantVal),
    [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 226 milliseconds