OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICmp0
(Results
1 - 5
of
5
) sorted by null
/external/llvm/unittests/IR/
InstructionsTest.cpp
318
ICmpInst *
ICmp0
= new ICmpInst(ICmpInst::ICMP_SGT, PtrVecA, PtrVecB);
320
EXPECT_NE(
ICmp0
, ICmp1); // suppress warning.
325
EXPECT_NE(
ICmp0
, ICmp2); // suppress warning.
391
delete
ICmp0
;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
InstructionsTest.cpp
330
ICmpInst *
ICmp0
= new ICmpInst(ICmpInst::ICMP_SGT, PtrVecA, PtrVecB);
332
EXPECT_NE(
ICmp0
, ICmp1); // suppress warning.
337
EXPECT_NE(
ICmp0
, ICmp2); // suppress warning.
403
delete
ICmp0
;
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
Completed in 4947 milliseconds