reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/AsmParser/LLParser.cpp
 6517       ParseTypeAndValue(LHS, Loc, PFS) ||
 6519       ParseValue(LHS->getType(), RHS, PFS))
 6523     if (!LHS->getType()->isFPOrFPVectorTy())
 6525     Inst = new FCmpInst(CmpInst::Predicate(Pred), LHS, RHS);
 6528     if (!LHS->getType()->isIntOrIntVectorTy() &&
 6529         !LHS->getType()->isPtrOrPtrVectorTy())
 6531     Inst = new ICmpInst(CmpInst::Predicate(Pred), LHS, RHS);