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

  /external/llvm/unittests/IR/
ConstantsTest.cpp 228 CHECK(ConstantExpr::getSExt(P0, Int64Ty), "sext i32 " P0STR " to i64");
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
Core.cpp 942 return wrap(ConstantExpr::getSExt(unwrap<Constant>(ConstantVal),
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 405 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy);
    [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 572 milliseconds