Searched refs:Predicate (Results 176 - 200 of 216) sorted by relevance

123456789

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1882 ICmpInst::Predicate Pred;
1944 FCmpInst::Predicate FPred; Value *Y;
1960 ICmpInst::Predicate IPred;
H A DInstCombineCasts.cpp896 ICmpInst::Predicate Pred = ICI->getPredicate();
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h145 bool removeBindings(const ExcludePredicate &Predicate) { argument
146 Bindings.erase(std::remove_if(Bindings.begin(), Bindings.end(), Predicate),
/external/lldb/include/lldb/Target/
H A DProcess.h3640 Predicate<bool> m_private_state_control_wait; /// This Predicate is used to signal that a control operation is complete.
3676 Predicate<bool> m_currently_handling_event; // This predicate is set in HandlePrivateEvent while all its business is being done.
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1106 ICmpInst::makeConstantRange((ICmpInst::Predicate)Pred, CI->getValue());
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h2214 const llvm::CmpInst::Predicate Fp,
2215 const llvm::CmpInst::Predicate Ip,
H A DCGBuiltin.cpp2978 Value *Op, llvm::Type *Ty, const CmpInst::Predicate Fp,
2979 const CmpInst::Predicate Ip, const Twine &Name) {
4113 llvm::CmpInst::Predicate P;
4133 llvm::CmpInst::Predicate P;
4158 llvm::CmpInst::Predicate P;
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1306 Value *CreateICmp(CmpInst::Predicate P, Value *LHS, Value *RHS,
1313 Value *CreateFCmp(CmpInst::Predicate P, Value *LHS, Value *RHS,
/external/lldb/source/Expression/
H A DIRInterpreter.cpp1010 CmpInst::Predicate predicate = icmp_inst->getPredicate();
/external/llvm/lib/AsmParser/
H A DLLParser.cpp2664 CmpInst::Predicate Pred = (CmpInst::Predicate)PredVal;
3901 Inst = new FCmpInst(CmpInst::Predicate(Pred), LHS, RHS);
3907 Inst = new ICmpInst(CmpInst::Predicate(Pred), LHS, RHS);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2594 I = new FCmpInst((FCmpInst::Predicate)Record[OpNum], LHS, RHS);
2596 I = new ICmpInst((ICmpInst::Predicate)Record[OpNum], LHS, RHS);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp919 CmpInst::Predicate P0 = dyn_cast<CmpInst>(VL0)->getPredicate();
1714 CmpInst::Predicate P0 = dyn_cast<CmpInst>(VL0)->getPredicate();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc1405 std::sort(data.begin(), data.end(), PageUsageData::Predicate);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2872 ICmpInst::Predicate predicate = ICmpInst::BAD_ICMP_PREDICATE;
2876 predicate = ICmpInst::Predicate(IC->getPredicate());
2886 FCmpInst::Predicate predicate = FCmpInst::BAD_FCMP_PREDICATE;
2890 predicate = FCmpInst::Predicate(FC->getPredicate());
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp714 static AArch64CC::CondCode getCompareCC(CmpInst::Predicate Pred) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp590 static PPC::Predicate getPredicateForSetCC(ISD::CondCode CC) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc682 template <class Container, typename Predicate>
683 inline int CountIf(const Container& c, Predicate predicate) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc682 template <class Container, typename Predicate>
683 inline int CountIf(const Container& c, Predicate predicate) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1031 milliseconds

123456789