OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isequality
(Results
1 - 20
of
20
) sorted by null
/external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp
94
(CmpInst::isSigned(p1) && ICmpInst::
isEquality
(p2)) ||
95
(CmpInst::isSigned(p2) && ICmpInst::
isEquality
(p1));
SimplifyLibCalls.cpp
88
if (IC->
isEquality
())
104
if (IC->
isEquality
() && IC->getOperand(1) == With)
[
all
...]
SimplifyCFG.cpp
474
if (ICI->
isEquality
() && GetConstantInt(ICI->getOperand(1), TD))
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
[
all
...]
InstCombineAndOrXor.cpp
563
if (!ICmpInst::
isEquality
(LHSCC))
588
if (!ICmpInst::
isEquality
(RHSCC))
629
assert(ICmpInst::
isEquality
(LHSCC) && ICmpInst::
isEquality
(RHSCC) &&
[
all
...]
InstCombineSelect.cpp
370
if (!IC || !IC->
isEquality
())
665
if (!IC || !IC->
isEquality
() || !SI.getType()->isIntegerTy())
[
all
...]
InstCombineCasts.cpp
549
ICI->
isEquality
()) {
593
if (ICI->
isEquality
() && CI.getType() == ICI->getOperand(0)->getType()) {
[
all
...]
InstructionCombining.cpp
[
all
...]
/external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp
280
if (!CI || !CI->
isEquality
())
431
if (FCmp->
isEquality
()) {
InstructionSimplify.cpp
[
all
...]
LazyValueInfo.cpp
804
if (ICI->
isEquality
() && ICI->getOperand(0) == Val) {
[
all
...]
/external/llvm/include/llvm/IR/
Instructions.h
[
all
...]
InstrTypes.h
[
all
...]
/external/llvm/lib/Analysis/IPA/
InlineCost.cpp
535
if (I.
isEquality
() && isa<ConstantPointerNull>(I.getOperand(1)))
[
all
...]
/external/llvm/lib/IR/
Instructions.cpp
[
all
...]
ConstantFold.cpp
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
[
all
...]
LoopStrengthReduce.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 589 milliseconds