OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getZExt
(Results
1 - 15
of
15
) 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
483
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
178
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
...]
Core.cpp
953
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 177 milliseconds